﻿@import url("0b20b541b92643af978fba9b713e0192.css");
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #ff9fb2;
  font-family: 'Kameron', serif;
}

.tv {
  width: 600px;
  height: 500px;
  background: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  border-radius: 1px;
}
.tv__screen {
  width: 550px;
  height: 400px;
  border: 8px solid #000;
  border-radius: 8px;
  background: linear-gradient(#666, #333);
  box-shadow: 0px 0px 1px 12px #888;
}
.tv__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tv__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.tv button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #999;
}
.tv__audio {
  height: 90px;
  width: 170px;
  position: relative;
  top: 20px;
  border-radius: 2px;
  background-color: #555;
  background-image: linear-gradient(45deg, #666 25%, transparent 25% 75%, #666 75%), linear-gradient(-45deg, #666 25%, transparent 25% 75%, #666 75%);
  background-size: 5px 5px;
}