@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); 

body{
    font-family: 'Ubuntu Mono', monospace;
    background: rgb(50, 53, 73);
    overflow-x: hidden;
}

.gray{
    background-color: rgb(50, 53, 73);
}
.white2{
    background-color: #24243a;
}

.tt:hover img{
    border-radius: 50%;
    border: 10px solid #d75454;
}

.tt img{
    transition: all 0.5s ease-out 
}


.wave {

    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.wave .shape-fill {
    fill: #ec5a5a;
}

#intro
{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.intro{
    font-size: larger;
}

.spacer
{
    aspect-ratio: 960/300;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer1{
    background-image: url('./img/blob-scene-haikei\ \(3\).svg');
}

.spacer2
{
    aspect-ratio: 960/300;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer2{
    background-image: url('');
}

#cardtwo{
    background-color: #232339;
}