@import url('https://fonts.cdnfonts.com/css/cursed-timer-ulil');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.container {
    width: 575px;
    height: 385px;
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin: 0 auto;
    background-color: #1B244A;
    margin-top: 40px;
}

.home {
    height: 248px;
    width: 155px;
    margin-right: 50px;
    text-align: center;
    margin-left: 85px;
}

.guest {
    height: 248px;
    width: 155px;
    margin-left: 50px;
    text-align: center;
    margin-right: 85px;
}

h1 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.title {
    width: 149px;
    height: 36px;
    margin-bottom: 21px;
    margin-top: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font {
    width: 155px;
    height: 125px;
    background-color: #080001;
    border: none;
    border-radius: 5px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F94F6D;
    font-family: 'Cursed Timer ULiL', sans-serif;
    font-size: 90px;
}

.inc {
    height: 45px;
    width: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box {
    height: 45px;
    width: 45px;
    background: none;
    border: 2px solid #9AABD8;
    border-radius: 5px;
    font-size: 18px;
    color: #9AABD8;
    font-family: 'Cursed Timer ULiL', sans-serif;
    ;
}

.sound {
    width: 100px;
    padding: 8px 10px;
    margin-top: 10px;
    background-color: #1B244A;
    color: white;
    border: none;
    border-radius: 3px;
    font-weight: bold;
}

.sound:hover {
    background-color: #F94F6D;
    color: black;
}

#text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 40px;
    color: red;
    background-color: yellow;
}

.bt {
    width: 100px;
    padding: 8px 10px;
    margin-top: 10px;
    background-color: #1B244A;
    color: white;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    display: none;
}
.bt:hover {
    background-color: #F94F6D;
    color: black;
}