header{
    background-color: white;
}
header button{
    float: left;
    border: 3px;
    border-bottom: 1px;
    border-top: 1px;
    border-style: solid;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
header a:nth-child(3) button{
    cursor: not-allowed;
    background-color: #f7e4de;
}
header a:nth-child(2) button{
    border-left: 10px;
}
header a:nth-child(3) button{
    border-left: 10px;
    border-right: 10px;
}
body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
button{
    transition-duration: 0.4s;
}
header button{
    background-color: white;
}
header button:hover{
    background-color: #f7e4de;
    box-shadow: 0 5px 16px 0 black;
}
body{
    padding: 0;
    margin: 0;
}
.nav-bar{
    width: 100%;
}
.RCC-club{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
body a{
    padding-left: 10px;
    margin-right: 30px;
}
.RCC-club p{
    font-size: 21px;
}
.RCC-club h2{
    font-size: 40px;
}
.RCC-club h3{
    font-size: 30px;
}
.RCC-club p, h2, h3{
    margin-left: 10px;
}
#discord{
    width: 150px;
}
.rcc-col1 img{
    width: 120px;
    height: 120px;
}
#rcc-meeting{
    width: 350px;
    height: 300px;
}
.rcc-col2 img {
    width: 350px;
    height: 350px;
    float: right;
    border: 1px;
    border-style: solid;
}
.UX-club{
    display: flex;
    width: 100%;
    background-color: white;
    border: 1px;
    border-style: solid;
}
.ux-col2 img{
    width: 350px;
    height: 350px;
    float: right;
    border: 1px;
    border-style: solid;
}
.UX-club p, li{
    font-size: 21px;
}
.UX-club h2{
    font-size: 40px;
}
.UX-club h3{
    font-size: 30px;
}
.UX-club p, h2, h3{
    margin-left: 10px;
}
#figma{
    height: 350px;
}
.PM-club{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.ux-col1 img{
    width: 120px;
    height: 120spx;
}
footer{
    background-color: #f7e4de;
}